projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1261d2d
)
* src/fileio.c (Fdo_auto_save): Trap errors in auto-save-hook (tiny change)
author
Kelly Dean
<kellydeanch@yahoo.com>
Thu, 13 Jun 2013 05:13:05 +0000
(22:13 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 13 Jun 2013 05:13:05 +0000
(22:13 -0700)
Fixes: debbugs:14479
src/ChangeLog
patch
|
blob
|
history
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 38eb460359cefd216198c3573d3224c44ad339bd..4d6e669612fbc34ba8b8b3f92fc078caffa5e5a6 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2013-06-13 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
+
+ * fileio.c (Fdo_auto_save): Trap errors in auto-save-hook. (Bug#14479)
+
2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
* fileio.c (expand_file_name): Doc fix.
diff --git
a/src/fileio.c
b/src/fileio.c
index ce5d4854feef0fa4f6eb247ad71f798739e1f241..6a60186a84fee3bc9604221272700e7e437048f3 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-5596,7
+5596,7
@@
A non-nil CURRENT-ONLY argument means save only current buffer. */)
point to non-strings reached from Vbuffer_alist. */
hook = intern ("auto-save-hook");
-
Frun_hooks (1, &
hook);
+
safe_run_hooks (
hook);
if (STRINGP (Vauto_save_list_file_name))
{